PDF Plugin for Xojo

Page.SetRGBStroke Method (console safe)

Sets Stroke color in full full precision RGB.

SetRGBStroke(
   r as Single,
   g as Single,
   b as Single)

Parameters

r
Value of the Red channel in range of 0.0 to 1.0
g
Value of the Green channel in range of 0.0 to 1.0
b
Value of the Blue channel in range of 0.0 to 1.0

Remarks

See Also

Page Class